home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 10113 / 10113.xpi / config_build.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  2008-12-19  |  176b  |  10 lines

  1. #!/bin/bash
  2. # Build config for build.sh
  3. APP_NAME=igoogletabremover
  4. CHROME_PROVIDERS="content locale skin"
  5. CLEAN_UP=1
  6. ROOT_FILES=
  7. ROOT_DIRS=
  8. BEFORE_BUILD=
  9. AFTER_BUILD=
  10.